home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Util / Md-Mz / Momentum / Momentum.make < prev    next >
Encoding:
Text File  |  1992-05-15  |  669 b   |  25 lines  |  [TEXT/MPS ]

  1. #   File:       Momentum.make
  2. #   Target:     Momentum
  3. #   Sources:    Momentum.r Momentum.a ShowINIT.a
  4. #   Created:    
  5.  
  6. Momentum ƒƒ Momentum.make Momentum.r
  7.     Rez Momentum.r -append -o Momentum
  8.  
  9. SOURCES = Momentum.r Momentum.a  Momentum.p  ShowINIT.a
  10. OBJECTS = Momentum.a.o  Momentum.p.o  ShowINIT.a.o
  11.  
  12. Momentum ƒƒ Momentum.make {OBJECTS}
  13.     Link -w -t cdev -c 'MOmo' -rt INIT=128 -m STARTPLACE -sg Momentum ∂
  14.         {OBJECTS} ∂
  15.         "{Libraries}"Interface.o ∂
  16.         "{Libraries}"Runtime.o ∂
  17.         "{PLibraries}"PasLib.o ∂
  18.         "{PLibraries}"SANELib.o ∂
  19.         "{MPW}DevMO:"Momentum.p.o ∂
  20.         "{MPW}DevMO:"Momentum.a.o ∂
  21.         -o Momentum
  22.  
  23. Momentum ƒƒ Momentum.make Momentum.r
  24.     setFile Momentum -a B
  25.